78ebcb1edd3bd4063a45d0d981b7e5d5000baaec,portal-impl/test/integration/com/liferay/portlet/notifications/wiki/WikiUserNotificationTest.java,BlogsUserNotificationTest,updateBaseModel,#BaseModel#,72
Before Change
serviceContext.setLayoutFullURL("http://localhost");
serviceContext.setScopeGroupId(group.getGroupId());
BlogsEntryLocalServiceUtil.updateEntry(
blogsEntry.getUserId(), blogsEntry.getEntryId(),
ServiceTestUtil.randomString(), blogsEntry.getDescription(),
blogsEntry.getContent(), 1, 1, 2012, 12, 00, true, true,
new String[0], blogsEntry.getSmallImage(),
blogsEntry.getSmallImageURL(), StringPool.BLANK, null,
serviceContext);
}
}
After Change
WikiPageLocalServiceUtil.updatePage(
TestPropsValues.getUserId(), _node.getNodeId(), page.getTitle(),
page.getVersion(), ServiceTestUtil.randomString(50),
ServiceTestUtil.randomString(), false,
WikiPageConstants.DEFAULT_FORMAT, StringPool.BLANK,
StringPool.BLANK, serviceContext);
}